home *** CD-ROM | disk | FTP | other *** search
-
- /* List of all the data translation filters */
-
- "ConversionList" = "PSRIP/TextToPS/PSStream/PSMessages";
-
- /* PSRIP: PostScript to frame buffers */
- "PSRIP/ClassName" = "NXPSToFrames";
- "PSRIP/FormatIn" = "PostscriptPages";
- "PSRIP/FormatOut" = "Frames";
- "PSRIP/InCxtn" = "PORT";
- "PSRIP/OutCxtn" = "PORT";
-
- /* TextToPS: ASCII text file to PostScript */
- "TextToPS/ClassName" = "NXUnixFilter";
- "TextToPS/FormatIn" = "TextStream";
- "TextToPS/FormatOut" = "PostscriptStream";
- "TextToPS/InCxtn" = "FD";
- "TextToPS/OutCxtn" = "FD";
- "TextToPS/ProgramName" = "/usr/bin/enscript";
- "TextToPS/ProgramArgList" = "4/-qlp/1/-/";
-
- /* PSStream: Preprocess PostScript stream before handing it to RIP */
- "PSStream/ClassName" = "NXPSFile";
- "PSStream/FormatIn" = "PostscriptStream";
- "PSStream/FormatOut" = "PostscriptPages";
- "PSStream/InCxtn" = "STREAM";
- "PSStream/OutCxtn" = "PORT";
-
- /* PSMessages: Preprocess PostScript Mach messages before handing job to RIP */
- "PSMessages/ClassName" = "NXPSMessages";
- "PSMessages/FormatIn" = "PostscriptMessages";
- "PSMessages/FormatOut" = "PostscriptPages";
- "PSMessages/InCxtn" = "PORT";
- "PSMessages/OutCxtn" = "PORT";
-